PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():
时间 :
2021-10-10
编辑 :admin
上传失败:UNKNOW: Code: 8192; Desc: stripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior; File: /www/wwwroot/aaa.xxxx.com/core/function/file.php; Line: 176;
解决办法:
打开/core/function/file.php,搜索以下
|
替换成
查看源码打印代码帮助
|